curl --request GET \
--url https://demoapi.saasphereltd.com/api/v1/customers/validate-customer/{customerId} \
--header 'Authorization: Bearer <token>'{
"status": "04",
"error": "Invalid token"
}curl --request GET \
--url https://demoapi.saasphereltd.com/api/v1/customers/validate-customer/{customerId} \
--header 'Authorization: Bearer <token>'{
"status": "04",
"error": "Invalid token"
}