post https://payment-backend-sandbox.milio.com.co/v2/transfers
Ejemplo:
{
"sender":{
"currency":"USD",
"paymentMethodId":"5e1712ff-860e-431b-a1a3-5f8cbd9fa163",
"amount":3000,
"fee":299
},
"receiver":{
"paymentMethodId":"c74d2034-9164-4da6-8537-51db56a9dada",
"amount":50000,
"currency":"COP"
}
}