PATCH
/
profiles
curl --request PATCH \
  --url https://api.live.paisr.tech/{version}/profiles \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Application submitted successfully.
success
boolean

Indicates if the request was successful.

message
string

A descriptive message regarding the result.