Hi @TestChrysalis. Requests parameters are case sensitive.
The problem is likely due to the capital I at the start of the parameter: In_reply_to_status_id
Try replacing it with the following to see if it works: in_reply_to_status_id
Please check out our documentation on the request parameters for the POST statuses/update API.
Hamza