{
"name": "string",
"idNumber": "string",
"account": 0,
"password": "string"
}
curl --location --request POST 'http://localhost:9000/customer/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"idNumber": "string",
"account": 0,
"password": "string"
}'
{"code":200,"message":null,"data":{"account":10001}}