curl --location --request POST '/api/v1/sessions/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"coachId": "6782633cae5e28ad9822bdcb",
"type": "pm-clarity",
"timeline": {
"date": "2025-08-09",
"time": "12:00-14:00",
"duration": "30 minutes"
},
"timezone": "West Africa Time (WAT, UTC+1)",
"reason": "Test"
}'{
"data": {
"message": "Success, the Session has been added successfully.",
"status": true,
"session": {
"title": "ONE-ON-ONE WITH YAHAYA ABDULLAH ABU",
"type": "one-on-one",
"meetingLink": "https://meet.google.com/ssp-dwdf-mih",
"reschedule": [],
"timezone": "West Africa Time (WAT, UTC+1)"
}
}
}