Reseller
Creates a reseller child
post/reseller/children
Request body
Example request
{
"email": "josh.cruise@example.com",
"firstName": "Josh",
"lastName": "Cruise",
"companyName": "Your Company",
"password": "Pa55w0rd65",
"language": "en"
}Response
child created
Example response
{
"authKey": "xkeysib-21881axxxxxcc92e04-mIrexxxx7z",
"id": 1234567
}