curl --location --request POST '/v1/Account/CheckPersonalWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_country_number": "90",
"phone_number": "5536948584",
"currency_code": "TRY"
}'
{
"status": 0,
"code": null,
"message": null,
"payload": {
"exist": true,
"wallet_number": "754938444",
"first_name": "BA***",
"last_name": "TO***",
"currency_code": "TRY"
}
}