how to post image to module lead custom field type image by rest API v8 ?

This is my sample data that i post by api to module lead so i want to know how to post image on field name “firstphoto_c” field type image
{
“data”: {
“type”: “Leads”,
“id”: “4ea6e12b-46cf-8a73-f3c1-5c52a615f968”,
“attributes”: {
“id”: “4ea6e12b-46cf-8a73-f3c1-5c52a615f968”,
“first_name”: “Tester2”,
“last_name”: “Tasty2”,
“geartype_c”:“Auto”,
“brand_c”:“c_1”,
“model_c”:“c_1_1”,
“series_c”:“c_1_1_1”,
“year_c”:“2000”,
“color_c”:“Red”,
“phone_work”:“088”,
“email1”:"Tester@Tasty.com",
“opportunity_amount”:“1000”,
“firstphoto_c”:“filename.png”
}
}
}