added

New Endpoints: Account and User Data Retrieval

We are pleased to introduce two new endpoints that provide improved access to account and user data associated with operators. These endpoints have been implemented to enhance the functionality of our API. Here are the details:

GET /api/external/user/account

Description: Retrieves a complete list of accounts associated with a specified operator.
Response: Returns an array of AccountDto objects, each representing an account.
Pagination: Supports pagination through the use of "limit" and "offset" parameters.

GET /api/external/user

Description: Retrieves a comprehensive list of persons linked to a specified operator.
Response: Returns an array of UserDto objects, each representing a user/person.
Pagination: Supports pagination using the "limit" and "offset" parameters.