How to pass a null value to a Number field

How do I pass a null value to a Number field via POST API call using Python and requests? What I am doing now is passing an empty string (e.g., payload of {‘field_640’: ‘’}) but I’m not sure that is the optimal approach.