curl --location --request GET 'https://api.shorterloop.com/api/v2/value-propositions/VP-1/persona/PE-1/segments/8' \
--header 'Authorization;' \
--header 'initiativeId;'
{
"success": true,
"message": "string",
"data": {
"id": 0,
"name": "string",
"description": "string",
"segmentType": "string",
"selectedSegmentOptionId": 0,
"selectedOptionValue": null,
"segment_options": [
{
"id": 0,
"value": "string"
}
]
}
}