curl --location --request POST '/api/v1/transactions/createPayment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"People": {
"address": "Casa 255 Corregimiento de Llorente, Tumaco. Barrio Las Palmas",
"personLastName": "Arévalo Cortes",
"typePerson": "natural",
"personDocType": "CC",
"personDocNumber": "13062687",
"email": "colasypolas@gmail.com",
"nit": ""
},
"amount": "69000",
"paymentMethodId": 13,
"cellphone": "3133723989"
}
}'