cURL
curl --request POST \ --url https://api.infyn.dev/users \ --header 'Content-Type: application/json' \ --data ' { "user_id": "<string>" } '
{ "user_id": "<string>" }
Optional client-specified UUID for the new user
User created
UUID of the created user