curl --request POST \
--url https://api.provident.ae/v2/apps/geniemap/images/upload \
--header 'Authorization: Bearer <token>'{
"statusCode": 401,
"message": "Missing authorization header",
"error": "Unauthorized"
}curl --request POST \
--url https://api.provident.ae/v2/apps/geniemap/images/upload \
--header 'Authorization: Bearer <token>'{
"statusCode": 401,
"message": "Missing authorization header",
"error": "Unauthorized"
}