Authorization: Bearer ********************
curl --location --request DELETE 'https://api.cirqll.nl/api/clients/4' \
--header 'Accept: application/json'
{
"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"
}