curl --location --request POST '/v1/Transaction/CreateQRPersonalToPersonalTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"ext_transaction_id": "45302125",
"currency_code": "TRY",
"amount": 250,
"description": "QR test",
"account_number": "9556555685",
"receiver_wallet_number": "155425513"
}'
{
"status": 0,
"code": null,
"message": null,
"payload": {
"qr_code": "99XXXX300110568021481448895841505191355888782743643616214095"
}
}