cURL
curl --request GET \ --url https://test-api.afrainity.com/api/v1/school/auth/me/ \ --header 'Authorization: Bearer <token>'
{ "email": "jsmith@example.com", "phone_number": "<string>" }
Authentication for School/Tenant Users.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>