Authorization: ********************{
"venue_id": 0,
"date": "2019-08-24",
"start_time": "2019-08-24",
"end_time": "2019-08-24",
"capacity": "1",
"special_price": "0",
"notes": "string",
"status": "0"
}curl --location --request PUT 'http://perfit-api.test.muke.design/api/coach/sessions/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"venue_id": 0,
"date": "2019-08-24",
"start_time": "2019-08-24",
"end_time": "2019-08-24",
"capacity": "1",
"special_price": "0",
"notes": "string",
"status": "0"
}'{
"code": 200,
"message": "success",
"data": {}
}