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