curl --location --request POST 'https://api.flashcat.cloud/api/n9e/embedded-product' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 1,
"name": "graf",
"url": "http://localhost:3000",
"is_private": true,
"team_ids": [
2
]
},
{
"id": 1,
"name": "graf2",
"url": "172.17.16.1:3000",
"is_private": false,
"team_ids": [
2
]
}
]'
{
"err": ""
}