curl --location --request POST '/payments' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction": "7e0aa22e-d96a-4afc-b257-e05c228nasm12",
"amount": 250
}'{
"status": "Success",
"payment": {
"transaction": "7e0aa22e-d96a-4afc-b257-e05c228nasm12",
"amount": "250",
"initiator": "cindybindi",
"created_at": "(creation date and time)",
"completed": "(completion date and time)",
"hash": "(genereted hash code)"
}
}