curl -X POST https://api.mobiska.com/v1/make_payment \
-H "Authorization: Basic YOUR_ENCODED_API_KEYS" \
-H "Content-Type: application/json" \
-d '{
"service_id": 2,
"reference": "Payment on PasquoAI",
"nickname": "PasquoAI",
"transaction_id": "5",
"trans_type": "CTM",
"customer_number": "0541840988",
"nw": "MTN",
"amount": 1,
"payment_option": "MOM",
"callback_url": "https://your-callback-url.com/webhook",
"currency_code": "GHS",
"currency_val": 1,
"request_time": "2025-01-30T16:31:56Z"
}'