Authentication & logout
- POST /authentication/authenticate
- withProfileDetail:true
- authenticate with the user who will perform the order.
- The service array must be parsed to get the serviceId (use it in next steps, and identify the MAIN boxes identifiers).
- In the next requests, use the header X-Auth-Token with the token return by the authentication.
- /authentication/logout
- X-Auth-Token header with the token you get from the authenticate