curl --request POST \
--url 'https://transaction-tax.api.in.commenda.io/api/v1/credentials/a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
--header 'Authorization: Bearer <your_token>' \
--header 'Content-Type: application/json' \
--data '{
"corporation_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "California CDTFA Portal (Updated)",
"blocks": [
{
"id": "block-uuid-1",
"block_key": "username",
"block_label": "Username",
"block_type": "String",
"value": "new-user@example.com"
}
]
}'