curl --request POST \
--url https://api.obselite.com/v0/products/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "FEATURE",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"startedAt": "<string>",
"endedAt": "<string>",
"statusId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isEnabled": true,
"lockedAt": "<string>",
"include": "<string>",
"files": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"labels": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"links": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"tasks": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"teams": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"users": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}'