curl --request POST \
--url https://api-eu.flexportal.io/v1/subscriptions/{subscriptionId}/replace \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Tenant-ID: <tenant-id>' \
--data '
{
"tenantId": "<string>",
"rentalId": "<string>",
"newSerialNumber": "<string>",
"replacementReason": "damaged",
"newSku": "<string>",
"damageAssessment": "<string>",
"insuranceClaim": false,
"notes": "<string>"
}
'