Authorization: ********************curl --location --request PUT '/users/me/images' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"profilePic": "http://example.com",
"coverPic": "http://example.com"
}'{
"profilePic": "http://example.com",
"coverPic": "http://example.com"
}