Authorization: ********************{
"profilePicture": "https://example.com/profile.jpg",
"fullName": "John Doe"
}curl --location --request PUT '/focus-pilot/api/v1/admin/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"profilePicture": "https://example.com/profile.jpg",
"fullName": "John Doe"
}'