How to change the Work Flow State from REST APIs? (Python Client is also fine)

Hi all,
I’m trying to change the status of a Material Receipt from
{
“status”: “Draft”
}

to
{
“status”: “Pending”
}

using REST APIs?