curl --location --request GET 'https://prod.your-api-server.com/customer/v2/orders/?include=sims,user,status' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'{
"statusCode": 401,
"message": "Unauthorized - Invalid or expired token"
}