curl --location --request POST 'https://api.storyous.com/merchants//invoices/payability' \
--header 'x-permissions: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceIds": [
"string"
]
}'{
"invoices": [
{
"invoiceId": "string",
"orderId": "string",
"state": "in_progress",
"payable": true,
"reasonKey": "string"
}
]
}