Authorization: Bearer ********************
{
"iris": [
"/accounts/1",
"/accounts/2",
"/accounts/3"
],
"expectedDatePaid": "2025-10-02T13:07:56+00:00"
}
curl --location --request POST 'https://mock.apidog.com/m1/463678-0-default/accounts/set-expected-date-paid' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"iris": [
"/accounts/1",
"/accounts/2",
"/accounts/3"
],
"expectedDatePaid": "2025-10-02T13:07:56+00:00"
}'
{}