curl --location --request POST '/api/v1/coaches/sessions/ask-reschedule/67fefe3b247d65490e240f23' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "678261c1ae5e28ad9822bdc7"
}'{
"data": {
"message": "Success! Your Message has been forwarded to the user",
"status": true
}
}