{ "info": { "_postman_id": "bd0968ae-8a85-4b0c-8721-5651513f62a4", "name": "SB Account Liens", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Success", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{token}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "X-IBM-Client-Id", "value": "{{Client_Id}}", "type": "default" }, { "key": "msgid", "value": "321", "type": "default" } ], "body": { "mode": "raw", "raw": "{\r\n \"lien_id\": \"800118\",\r\n \"lien_amount\": {\r\n \"amount\": \"501\",\r\n \"currency\": \"USD\"\r\n },\r\n \"hold_indicator\": \"N\",\r\n \"value_date\": \"2023-03-03\",\r\n \"lien_reason_code\": \"KUT\",\r\n \"remarks\": \"None\",\r\n \"expiry_date\": \"2024-03-03\"\r\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{url}}/v1/accounts/9876xxxxxx347/liens", "host": [ "{{url}}" ], "path": [ "v1", "accounts", "9876xxxxxx347", "liens" ] } }, "response": [] } ] }