{ "apikey": "xl-hftg-htr-dhgf-erg-fdg", "secret": "NEWSECRETSTRING", "name": "APIKEYNAME" }
curl --location --request POST 'https://a2p.jp/api/v2/apikey/update' \ --header 'Authorization;' \ --header 'Accept;' \ --header 'Content-Type: application/json' \ --data-raw '{ "apikey": "xl-hftg-htr-dhgf-erg-fdg", "secret": "NEWSECRETSTRING", "name": "APIKEYNAME" }'
{ "result": { "code": 0, "message": "Accepted And API-key Updated Successfully", "received_utc": "2024-03-08 07:54:46" }, "message": { "apikey_updated": "xl-hftg-htr-dhgf-erg-fdg" } }