curl --location --request POST '/api/v1/transactions/createPayment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data":{
"amount": 10000,
"cellphone": "3202323456",
"paymentMethodId": 13
}
}'{}