curl --location --request POST 'https://api.pixiefixapp.com/api/v1/admin/subscription/update-subscription-price' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"newPrice": {
"amount": 0,
"currency": "string"
}
}'
{}