curl --location --request POST '/api/v1/subscriptions//renew-authorization' \
--header 'idempotency-key;' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"priceId": "string",
"metadata": {}
}'{
"success": true,
"data": {
"authId": "string",
"renewalCounter": 0,
"requiresSignature": true,
"expiresAt": null,
"authorizationId": "string",
"billingMode": "string"
}
}