curl --location 'https://palmpesa.drmlelwa.co.tz/api/card/add-money' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"phone": "0693662424",
"amount": "500"
}'{"status":"pending","message":"Payment not yet completed. Please try again later.","data":[]}