curl --location --request POST '/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email": "string",
"password": "string",
"name": "string",
"age": "string"
}'
{
"message": "User Created Successfully",
"user_id": 123
}