curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/invites/accept' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "V5yvMKLOf5ZvObZLo4Wxmr5hYqBzcOa_sWake_CDfl8="
}'
{
"message": "Invite accepted successfully. Welcome!",
"token": "string",
"user_id": "string"
}