Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8080/api/v1/chargeback/file/upload \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <x-api-key>' \ --data ' { "file": "<string>" } '
{ "code": "<string>", "msg": "<string>", "data": { "fileId": "<string>" } }
OK
response data
Chargeback file upload response
Show child attributes