curl --location --request POST '/v1/Transaction/CheckQRPersonalToPersonalTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"qr_code": "99XXXX300139553638056636416504690767909779534430922640411728"
}'
{
"status": 0,
"code": null,
"message": null,
"payload": {
"qr_code": "99XXXX300139553638056636416504690767909779534430922640411728",
"qr_status_code": 100,
"qr_status": "WaitForPayment"
}
}