Authorization: ********************{
"activate":true
}curl --location --request PATCH 'https://prod.your-api-server.com/api/v1/integration/biogeneses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"activate":true
}'{}