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