Update Order by using API

I have tried these but it didn’t work. The value of fulfillment_status remains null. Kindly tell me the mistake in this code.

My json requestbody :

{
“order”:
{
“id”: 4247151902873,
“fulfillment_status”: “fulfilled”
}
}