curl --request PUT \
--url https://api.futureagi.com/simulate/api/personas/{id}/ \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--header 'X-Secret-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"gender": [
"<string>"
],
"age_group": [
"<string>"
],
"location": [
"<string>"
],
"occupation": [
"<string>"
]
}'