Authorization: Bearer ********************
{
"company_id": 4
}
curl --location -g --request POST '{{base_url}}generate-secret-key/get-company-api-key/' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_id": 4
}'
{
"success": true,
"message": "string",
"webhook_secret": "string"
}