curl --location 'https://palmpesa.drmlelwa.co.tz/api/pay-via-mobile' \
--header 'Authorization: Bearer cGLwbTQLJodbrH1t5KqrmNdnPalLdy9fhHb5dEmnxMrcq58kDW7WIk2XgBKR' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "2",
"name": "Alune Kyusa",
"email": "Alune@example.com",
"phone": "255693662424",
"amount": 500,
"transaction_id": "TXN1234567891",
"address": "Mbeya",
"postcode": "53127",
"buyer_uuid" : 988776
}'{"message":"Payment request sent to user\u2019s phone","order_id":"SELCOM17458294939723","response":{"reference":"S19997158895","transid":"TXN1745829493","resultcode":"000","result":"SUCCESS","message":"Wallet push successful","data":[]}}