Authorization: Bearer ********************
{
"name": "string",
"redirect": "http://example.com",
"confidential": true
}
curl --location --request POST 'https://api.cirqll.nl/api/clients' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"redirect": "http://example.com",
"confidential": true
}'
{
"id": 1,
"name": "string",
"redirect": "http://example.com",
"confidential": true,
"secret": "string",
"created_at": "2024-05-18 13:38:35",
"updated_at": "2024-05-18 13:38:35"
}