{ "xlsusername" : "Username to add" }
curl --location --request POST 'https://a2p.jp/api/v2/userforadmin/add' \ --header 'Authorization;' \ --header 'Accept;' \ --header 'Content-Type: application/json' \ --data-raw '{ "xlsusername" : "Username to add" }'
{ "result": { "code": 0, "message": "Accepted And User Added Successfully", "received_utc": "2024-03-08 07:13:13" }, "message": { "xlsid_added": 999 } }