curl --location 'http://127.0.0.1:8000/api/palmpesa/initiate' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 1,
"name": "Victor Jackob",
"email": "john@example.com",
"phone": "0693662424",
"amount": 200,
"transaction_id": "{{$number.int(max=10007)}}",
"address": "Dar es Salaam",
"postcode": "14112",
"callback_url": "http://webhook.site/your-test-url"
}'{"message":"Payment initiated. Processing will continue asynchronously.","order_id":"SELCOM17600169073016"}