Subaccounts
Create an operator
Creates new operator for currently authorized users' merchant.
post/v0.1/me/accounts
Request body
Example request
{
"username": "operator1@mydomain.com",
"password": "correct horse batter staple",
"nickname": "Operator 1"
}Response
Newly created operator.
Example response
{
"username": "operator1@mydomain.com",
"nickname": "Operator 1"
}