POST
/api/Patient/CreateProfilePicture
curl \
-X POST http://api.example.com/api/Patient/CreateProfilePicture \
-H "Authorization: $API_KEY" \
-H "Content-Type: multipart/form-data" \
-F "file=@file"
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}