POST profilepicture Id Profile Picture

POST/profilepicture/{id}/profile-picture
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idstring

The unique identifier of the member for whom the picture is being uploaded.

Formatuuid
image?string

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/profilepicture/497f6eca-6276-4993-bfeb-53cbbbba6f08/profile-picture"
{
  "path": "string"
}
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}