curl --location --request POST 'https://test.your-api-server.com/freelancer/image' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'profile_image=@"C:\\Users\\HP\\OneDrive\\الصور\\vlcsnap-2024-05-04-11h54m47s198.png"'
{
"message": "string",
"profile_image_url": "string"
}