cURL
curl --request GET \ --url https://demoapi.saasphereltd.com/api/v1/utils/educational-level \ --header 'Authorization: Bearer <token>'
{ "status": "04", "error": "Invalid token" }
Paste only the token (no "Bearer " prefix).
"04"
"Invalid token"