curl --location --request POST '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": "string",
    "card": "string"
}'{
    "uuid": "string",
    "plan": "string",
    "on_behalf_of": "string",
    "customer": "string",
    "description": "string",
    "payment_method": "credit",
    "due_date": "2019-08-24",
    "due_since_date": "2019-08-24",
    "expiration_date": "string",
    "amount": 0,
    "currency": "string",
    "status": "active",
    "resource": "string",
    "created_at": "string",
    "updated_at": "string",
    "suspended_at": "2019-08-24T14:15:22Z",
    "uri": "string",
    "card": "string"
}