X-Jicoo-Api-Key: ********************
{
"uid": "string",
"userType": "host",
"role": "admin",
"priority": 0,
"sort": 0
}
curl --location --request POST '/v1/event_types//hosts' \
--header 'Content-Type: application/json' \
--header 'X-Jicoo-Api-Key;' \
--data-raw '{
"uid": "string",
"userType": "host",
"role": "admin",
"priority": 0,
"sort": 0
}'
{
"data": {
"uid": "xxxxxxxxxxxxxxxxxxx",
"name": "Angelo Effertz Jr.",
"email": "Karl_OConner@example.com",
"profileImage": "https://example.com/400/400?lock=5683920355372948",
"role": "viewer",
"priority": 1,
"sort": 0,
"userType": "host"
}
}