curl --location --request POST 'payments' \ --header 'x-api-key: your_api_key_here' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 10, "callbackUrl": "https://example.com" }'
{}