/v1/auth/profiles/avatar
Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:8080/v1/auth/profiles/avatar' \
--form 'avatar=@"/home/raka/Downloads/Group 3.png"'
{"message":"Profile Avater is updated successfully.","result":"avatar-1774737328401551360.png","success":true}