curl --location --request POST 'https://api.paylogos.com.br/v1/receipts//emails' \ --header 'Content-Type: application/json' \ --data-raw '{ "to": "teste@teste.com.br" }'
{ "message": "string", "delivery_method": "string" }