curl --location --request GET 'https://fodimi.pl/api_public/clients?page=&limit=&sort_by&sort_dir&is_hidden&email&search' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"uid": "string",
"name": "string",
"surname": null,
"email": "string",
"phone": null,
"is_hidden": true,
"created_at": "string",
"notification_settings": {
"orders": true,
"newsletter": true,
"sms": true
},
"loyalty_program_points": 0,
"orders_count": 0,
"birth_date": "string"
}
],
"page": 0,
"limit": "string",
"total": 0
}