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