Authorization: Bearer ********************{
"title": "Career Coaching Bundle (v2)",
"description": "Updated description",
"sessions": [],
"max_bookings": 2,
"booking_window_days": 45,
"unique_sessions_only": false
}curl --location --request PUT 'https://api.msaaq.com/v1/admin/coaching-session-groups/1' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"title": "Career Coaching Bundle (v2)",
"description": "Updated description",
"sessions": [],
"max_bookings": 2,
"booking_window_days": 45,
"unique_sessions_only": false
}'