Authorization: ********************curl --location --request PATCH '/api/v1/supervisor/partners/' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'phone=""' \
--form 'email=""' \
--form 'picture=@""' \
--form 'sub_service_ids=""'{
"success": true,
"data": {
"partner": {
"id": 0,
"user_id": 0,
"full_name": "string",
"picture": "string",
"phone": "string",
"email": "string",
"status": "string",
"verification_status": "string",
"verification_step": "string",
"is_verified": true,
"open_to_work": true,
"location": {},
"competencies": [
"string"
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}
}