curl --location --request POST 'photos/profile-photo/upload/' \
--form 'type_photo="profile"' \
--form 'image=@""'
{
"message": "Foto enviada com sucesso.",
"photo_id": 15,
"type": "perfil",
"url_img": "/photos/2/profile/1395764_9VXsS7i.png"
}