Authorization: Bearer ********************
{
"matterCode": "CWHY-20250307-001"
}
curl --location --request POST '/matter/assign/applyPostpone' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matterCode": "CWHY-20250307-001"
}'
{}