Authorization: Bearer ********************{
"status": "active"
}curl --location --request PUT 'https://api.msaaq.com/v1/admin/coaching-session-groups/1/status' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "active"
}'