post https://tempo-sandbox-api.hosted.prismlabs.tech/users
Log in to see full request history
Response
xxxxxxxxxx
20curl --request POST \
--url https://tempo-sandbox-api.hosted.prismlabs.tech/users \
--header 'accept: application/json;v=1' \
--header 'content-type: application/json' \
--data '
{
"sex": "male",
"region": "africa",
"weight": {
"unit": "kg"
},
"height": {
"unit": "m"
},
"researchConsent": true,
"termsOfService": {
"accepted": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: