curl --request PUT \
--url https://{tenant}.fincode.software/api/v6/services/documentmanagement/upload-profile-picture \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"senderCode": "<string>",
"imageFileName": "<string>",
"imageBase64": "<string>"
}
'Uploads a profile picture.
curl --request PUT \
--url https://{tenant}.fincode.software/api/v6/services/documentmanagement/upload-profile-picture \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"senderCode": "<string>",
"imageFileName": "<string>",
"imageBase64": "<string>"
}
'