curl --request POST \
--url http://localhost/mogl/mogl-backend/api/uploadProfilePic \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"profile_photo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUg..."
}
'