{
"coach_id": 0
}
curl --location --request POST '/tenants//classes//substitute_coach' \
--header 'Content-Type: application/json' \
--data-raw '{
"coach_id": 0
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}