post https://api.naoca.com/v1/clients
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.naoca.com/v1/clients \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"notice_visible": true
}
'
xxxxxxxxxx
10{
"data": {
"id": "d7543c90-7afd-4ec5-9347-fcca0459c690"
},
"metadata": {
"request_id": "Cd-cJi3cSwMEMWg=",
"method": "POST",
"url": "https://api.naoca.com/v1/clients"
}
}