/v1/accounts
1
128
application/json
32
256
160
curl -X POST "https://api.fivesocket.com/v1/accounts" \ -H "idempotency-key: <idempotency-key>" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "login": "string", "password": "string", "server": "string" }'