Create a short-lived token for a more secure integration with Village Embedded UIs
curl --request GET \ --url https://api.village.do/v1/users/authorization \ --header 'secret-key: <api-key>'
{ "token": "example-token" }
Specify the user making the request. This identifier should match the one you used when integrating the user with Village.
"example-token"