username:passwordAuthorization: Basic *****************{
"idMemberCardToken": "string",
"installments": 0
}curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/mobile/pay-pendencies' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idMemberCardToken": "string",
"installments": 0
}'