{
"name": "string",
"type": "Open",
"probability": 0,
"forecastCategoryId": "string",
"fields": [
{
"key": "string",
"required": true
}
],
"position": 0
}
curl --location --request POST 'https://platform.shopranos.eu/api/opportunity/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "Open",
"probability": 0,
"forecastCategoryId": "string",
"fields": [
{
"key": "string",
"required": true
}
],
"position": 0
}'
{}