FrontToken: ********************{
"userId": "string",
"id": "string",
"password": "string"
}curl --location --request POST '/api/v1/user/register' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"id": "string",
"password": "string"
}'{
"success": true,
"warn": true,
"error": true,
"data": {},
"empty": true,
"property1": {},
"property2": {}
}