Docs
curl -L \ --url '/cohere/{endpoint}' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
No body
curl -L \ --request POST \ --url '/cohere/{endpoint}' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
curl -L \ --request PUT \ --url '/cohere/{endpoint}' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
curl -L \ --request DELETE \ --url '/cohere/{endpoint}' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
curl -L \ --request PATCH \ --url '/cohere/{endpoint}' \ --header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'