curl --location '/api/v2/user/qrcodes' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"amount": 0
}'{
"data": {
"brcode": "string",
"id": "string"
},
"error": true,
"message": "string",
"status": 0
}