curl --location --request POST 'https://api.paylogos.com.br/v1/invoices' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscription": "string",
"customer": "string",
"description": "string",
"payment_method": "credit",
"due_date": "2017-07-21",
"expiration_date": "2019-05-29",
"amount": 0,
"currency": "BRL"
}'
{}