Fill up advanced custom field of a custom post type via API REST POST

Found it :

Replace acf by fields

{
"title":"Sample ACF field demo",
"status": "publish",
"fields": 
    {      
        "title_fields" : "Custom title",  
        "rent_field" : 100,
    }
}