cURL
curl --request POST \ --url https://api.example.com/api/invite/accept/{token} \ --header 'Content-Type: application/json' \ --data ' { "firstName": "John", "lastName": "Doe", "password": "StrongPassword123!" } '
First name of the user to invite
"John"
Last name of the user to invite
"Doe"
Password for the invited user
"StrongPassword123!"