Add Email and/or SMS credits to a specific child account
POST {{baseUrl}}/reseller/children/:childIdentifier/credits/add
Request Body
{"sms"=>450, "email"=>1200}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"child":{"sms":500,"email":2000},"reseller":{"sms":12900,"email":2000000}}