curl --request POST \
--url https://test-api.afrainity.com/api/v1/school/auth/logout/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"email": "jsmith@example.com",
"phone_number": "<string>"
}
'