x-api-key: ********************curl --location --request POST 'https://online-banking.originalaccounts.com/customers//card_accounts//freeze' \
--header 'Idempotency-Key;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"initiator": "developer",
"reason": "lost_or_stolen",
"reason_detail": "string",
"starting_at": "string",
"ending_at": "string"
}'{
"status": "freeze_created",
"card_account_id": "string",
"initiator": "developer",
"reason": "lost_or_stolen",
"reason_detail": "string",
"starting_at": "string",
"ending_at": "string",
"created_at": "string"
}