cURL
curl --request POST \ --url https://api.example.com/api/v1/school/auth/refresh/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "email": "jsmith@example.com", "phone_number": "<string>" } '
{ "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>
1