post https://sandbox.payee.tech/api/v1/cases
A case represents expired claims you would like to collect.
Responses
A case represents expired claims you would like to collect.
xxxxxxxxxx
curl --request POST \
--url https://sandbox.payee.tech/api/v1/cases \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"isPaymentPlanEnabled": false
}
'