curl --request POST \
--url http://localhost:8000/api/competitors \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"brandId": "<string>",
"name": "<string>",
"website": "<string>",
"description": "<string>"
}
'