curl --location --request POST '/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"first": "Reti",
"last": "Him",
"nicename": "dakoca",
"email": "dakoca@opemails.com",
"password": "@Password123",
"emailTrigger": true,
"joinServer": true,
"host": "ic.genesiv.com"
}'{
"meta": {
"success": true,
"message": "Verification code has been sent successfully",
"devMessage": "Verification code has been sent successfully"
},
"body": {}
}