{
"valuePropositionName": "string"
}
curl --location --request POST 'https://api.shorterloop.com/api/personas' \
--header 'x-api-key: Bearer BpilJl9fgZhWA6NJK1t5aMFG6ZD540DFLmHik8FkUpo' \
--header 'initiativeId: SHO-MJXR' \
--header 'initiativeId;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"valuePropositionName": "string"
}'
{
"success": true,
"message": "string",
"data": {
"personaId": 0,
"personaKey": "string"
}
}