{ "id": 0, "idcode": "string" }
curl --location --request POST 'http://localhost:8888/signup' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "idcode": "string" }'
{}