{ "secret": "SECRETSTRING", "name": "999's APIKEY", "to": 999 }
curl --location --request POST 'https://a2p.jp/api/v2/apikeyforadmin/add' \ --header 'Authorization;' \ --header 'Accept;' \ --header 'Content-Type: application/json' \ --data-raw '{ "secret": "SECRETSTRING", "name": "999'\''s APIKEY", "to": 999 }'
{ "result": { "code": 0, "message": "Accepted And API-key Added Successfully", "received_utc": "2024-03-08 07:42:32" }, "message": { "apikey_added": "xl-bvfe-jygr-hbfd-cxs-gfd", "apikey_added_to": 999 } }