curl --location '/admin/invites/accept' \ --header 'Content-Type: application/json' \ --data '{ "token": "string", "user": { "first_name": "string", "last_name": "string", "password": "pa$$word" } }'
{}