OK #MastodonAPI gurus.
I can use postman to update my status using the parameters specified by the spec but get a 404 when I use curl:
curl https://qoto.org/api/v1/statuses -H 'Authorization: Bearer myAccessToken' -F 'status= Testing Mastodon's API by updating my status'