x-api-key: ********************
curl --location --request GET '/users' \ --header 'token;' \ --header 'x-api-key;'
{ "status": 0, "data": [ { "userId": "string", "userName": "string", "role": "BROKER" } ] }