{
"value": "Marital status"
}
[{
"value": "Marital status"
}]
[
{
"value": "string"
}
]
curl --location --request POST 'https://api.shorterloop.com/api/v2/persona/PE-1/custom-fields/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"
}
]
}
}