curl --location --request POST '/auth/register/local' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"username": "string",
"password": "pa$$word",
"dateOfBirth": "2019-08-24",
"gender": "string",
"city": "string",
"country": "string",
"captchaToken": "string",
"deviceInfo": {
"deviceType": "DESKTOP",
"fingerPrint": "string",
"deviceName": "string"
}
}'{
"message": "string"
}