Authorization: Bearer ********************{
"features": [
{
"feature_id": "",
"quantity": 0
}
]
}curl --location --request POST '/itemsvc//expend-feature' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"features": [
{
"feature_id": "",
"quantity": 0
}
]
}'{
"user_id": 94851857,
"product_id": 313905,
"features": [
{
"feature_id": "aireport-frequency",
"quantity": 16,
"used": 8
}
]
}