I am using HTTP call to upload documents in Service now using power automate and I get a 201 success response too when I go to a specific incident i can't see any uploaded document. Any help, stuck on this task for many days.
calling in power automate

Response

response
{
"result": {
"size_bytes": "39620",
"file_name": "abxc.xlsx",
"sys_mod_count": "0",
"sys_updated_on": "2022-12-09 12:58:32",
"sys_tags": "",
"table_name": "incident",
"sys_id": "82e54ca347e795107a4502f3846d4392",
"sys_updated_by": "bt_pa_su",
"content_type": "application/json",
"sys_created_on": "2022-12-09 12:58:32",
"size_compressed": "23722",
"compressed": "true",
"state": "pending",
"table_sys_id": "d1e584eb872f551044707488cebb35eb",
"chunk_size_bytes": "700000",
"hash": "10ca147c3984bc9ff4728f0c2e8d5aeba21f7481247d07aa0d099043958b7b03",
"sys_created_by": "bt_pa_su"
}
}