SMS User
Create
Create a new SMS User record.
post/api/cp/sms-user
Request body
Example request
{
"id": 12345,
"company_id": 1,
"username": "john_doe",
"hash": "example_hash",
"protocol": "http"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}