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