curl --request POST \
--url https://api.example.com/v1/ui/secret-keys \
--header 'Content-Type: application/json' \
--data '{}'{}Creates a new secret key for the authenticated provider.
curl --request POST \
--url https://api.example.com/v1/ui/secret-keys \
--header 'Content-Type: application/json' \
--data '{}'{}The body is of type object.
Secret key created successfully
The response is of type object.