curl --location -g --request GET '/v2/sims?include=order,order.status,order.user,share&filter[created_at]=Y-m-d - Y-m-d&filter[iccid]=8944465400000217735&limit=100&page=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'
{
"data": {
"limit": "The limit must be an integer."
},
"meta": {
"message": "the parameter is invalid"
}
}