curl --request POST \
--url https://revstack.dev/v1/prices/{id}/version \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"currency": "<string>"
}
'nullArchives the current price and creates a new version with updated amount.
curl --request POST \
--url https://revstack.dev/v1/prices/{id}/version \
--header 'Content-Type: application/json' \
--data '
{
"amount": 1,
"currency": "<string>"
}
'null