/users/{userToken}/terms
curl -L \ --url 'https://api.hosted.prismlabs.tech/users/{userToken}/terms'
[ { "userId": "text", "userToken": "text", "accepted": true, "version": "text", "acceptanceDate": "text" } ]
curl -L \ --request POST \ --url 'https://api.hosted.prismlabs.tech/users/{userToken}/terms' \ --header 'Content-Type: application/json'
{ "userId": "text", "userToken": "text", "accepted": true, "version": "text", "acceptanceDate": "text" }