{
"username":"test1",
"password":"12345",
"email":"hello1@test.com"
}curl --location -g --request POST 'http://{{server_users}}/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"test1",
"password":"12345",
"email":"hello1@test.com"
}'{
"data": "User Created successfully",
"msg": {
"username": "test1",
"password": "$2b$10$nt49U4x8mIkc88U8AbFxpOmORTVMwLcLM50PxHzdI2fzHRqRxrDca",
"email": "hello1@test.com",
"_id": "6784e36d85260f900e739af5",
"__v": 0
},
"statuscode": 200,
"success": true
}