/user/search
curl -L \ --url 'https://api.zydon.com.br/api/b2b/user/search?portal_id=text' \ --header 'Authorization: Bearer JWT'
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "user_name": "text", "search": "text", "created_at": "2025-03-12T06:16:36.530Z" } ] }