{
"name": "culpa dolorum ut",
"value": "commodo irure"
}
curl --location --request PATCH 'https://api.shorterloop.com/api/v2/persona/PE-1/segments/34/options/1' \
--header 'Authorization;' \
--header 'Authorization;' \
--header 'initiativeId: DRA' \
--header 'initiativeId;' \
--header 'subscriptionId: SSS' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "culpa dolorum ut",
"value": "commodo irure"
}'
{
"success": true,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"value": null,
"fieldId": 0,
"selectedCustomFieldOptionId": 0,
"selectedOptionValue": "string",
"custom_field_options": [
{
"id": 0,
"value": "string"
}
]
}
]
}