Get Pre-signed URL

post

Get presigned url for uploading the bank statement

Authorizations
Body
successbooleanOptional
messagestringOptional
idstringOptional
Responses
200Success
application/json
post
POST /sandbox/v1/getpresignedurl HTTP/1.1
Host: api.akibaone.com
Content-Type: application/json
Accept: */*
Content-Length: 45

{
  "success": true,
  "message": "text",
  "id": "text"
}
200Success
{
  "success": true,
  "message": "text",
  "id": "text"
}