{
"value": "Power users"
}
[{
"value": "Power users"
}]
[
{
"value": "string"
}
]
curl --location --request POST 'https://api.shorterloop.com/api/v2/value-propositions/VP-1/persona/PE-1/segments/9/options' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"value": "string"
}
]'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"name": "string",
"description": "string",
"segmentType": "string",
"selectedSegmentOptionId": 0,
"selectedOptionValue": null,
"segment_options": [
{
"id": 0,
"value": "string"
}
]
}
}