curl --request POST \
--url https://api.dualship.run/api/v1/projects/{id}/secrets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Workspace-Id: <x-workspace-id>' \
--data '
{
"key": "<string>",
"value": "<string>",
"is_secret": true
}
'