Upload Profile Picture
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"base64": "string",
"fileName": "string",
"fileLength": "string"
}
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/accounts/master-employee/upload-profil-picture' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64": "string",
"fileName": "string",
"fileLength": "string"
}'
Responses
application/json Modified at 2024-06-04 17:43:56