{
"username": "string",
"email": "string",
"password": "string"
}curl --location --request POST 'http://127.0.0.1:8000/api/users/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email": "string",
"password": "string"
}'{}