curl --location 'https://dev-gateway.mydartdigital.com/collections/mpesa/initiate-payment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount":2000,
"reference":"Ref-Dart-4349390183",
"phoneNumber":"2540721374274",
"customerName":"Jesse Coders",
"description":"Payment"
}'{}