Authorization: Bearer ********************{
"property1": "string",
"property2": "string"
}curl --location '/api/v1/persona/behavior/track?behavior_type=undefined&target_type=undefined&target_id=undefined&weight=undefined&duration=undefined' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"code": 0,
"message": "success",
"data": {
"property1": "string",
"property2": "string"
}
}