{}curl --location --request POST '/v1/assets/quota' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"message": "string",
"data": {
"enabled": true,
"max_count_per_user": 0,
"current_count": 0
}
}