Endpoints that begin with /profile/doctor give access to resources based on the currently authenticated user and its role doctor.
The Profile Scope provides the following endpoints:
Read the currently authenticated Doctor
GET /profile/doctor
Access Level: Authorized
Parameters: none
Return Value: Doctor
Update the currently authenticated Doctor
POST /profile/doctor
Access Level: Authorized
Parameters: Doctor
Return Value: Doctor (updated)