curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/users/ \
--header 'Content-Type: application/json' \
--data '
{
"role": "<string>",
"firstname": "<string>",
"email": "<string>",
"position": "<string>",
"hubspotOwnerId": "<string>",
"slackId": "<string>"
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/users/ \
--header 'Content-Type: application/json' \
--data '
{
"role": "<string>",
"firstname": "<string>",
"email": "<string>",
"position": "<string>",
"hubspotOwnerId": "<string>",
"slackId": "<string>"
}
'Was this page helpful?