curl --location --request GET '/v2/orders' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
{
"data": {
"limit": "The limit must be an integer.",
"page": "The page must be an integer."
},
"meta": {
"message": "the parameter is invalid"
}
}