Authorization: ********************curl --location --request PATCH 'https://decibel.foo/api/users/me/images' \
--header 'Authorization: Bearer <token>' \
--form 'profilePic=@""' \
--form 'CoverPic=@""'{
"profilePic": "http://example.com",
"coverPic": "http://example.com"
}