Update the authenticated user's profile
Validates and updates profile contact fields and search preferences for the currently authenticated SchoolSet user.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
email
firstname
lastname
mobile
phone
job_info
remember_last_search
Response
The profile was updated and returned as a user resource.
status
message
data
Errors
401
Unauthorized Error
422
Unprocessable Entity Error

