Authorization: Bearer ********************curl --location --request POST '/desktop/add-users/validate-invitation-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "smartdevs17@gmail.com",
"code": "code"
}'{}