curl --location 'https://palmpesa.drmlelwa.co.tz/api/money-request/initiate' \
--header 'Authorization: Bearer UgGnf1bYJb1vC8MoZXa7LDXcWS6sA7mxWR12MaPgr05kDowvakyzP6jBLsbs' \
--header 'Content-Type: application/json' \
--data '{
"user_id": 1,
"amount": 1000,
"description": "Withdraw earnings from affiliate program send to 0693662424"
}'{"status":true,"message":"Your withdrawal request has been submitted successfully.","data":{"user_id":1,"amount":1000,"description":"Withdraw earnings from affiliate program send to 0693662424","status":"pending","request_date":"2025-11-12T23:58:56.000000Z","updated_at":"2025-11-12T23:58:56.000000Z","created_at":"2025-11-12T23:58:56.000000Z","id":194}}