curl --request POST \
--url https://dev.startree.ai/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'{
"status": "<string>"
}Add a user
curl --request POST \
--url https://dev.startree.ai/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: */*' \
--data '"<string>"'{
"status": "<string>"
}Was this page helpful?