curl --location 'https://palmpesa.drmlelwa.co.tz/api/palmpesa/initiate' \
--header 'Authorization: Bearer UgGnf1bYJb1vC8MoZXa7LDXcWS6sA7mxWR12MaPgr05kDowvakyzP6jBLsbs' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Anord Webhook",
"email": "john@example.com",
"phone": "0693662424",
"amount": 200,
"transaction_id": "{{$number.int(max=10007)}}",
"address": "Dar es Salaam",
"postcode": "11111",
"callback_url": "http://anord.site/your-test-url"
}'{"message":"Payment initiated. Processing will continue asynchronously.","order_id":"PALMPESA17682869972044"}