{
"product_id": 0
}
curl --location --request GET 'http://petfen-product.local.com:8082/api/v1/product/filter-data' \
--header 'X-Auth-Service: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": 0
}'
{
"1": 0,
"2": 0,
"3": 0,
"4": 0,
"5": 0
}