fileCreate failed: Internal error. Looks like something went wrong on our end

I can’t upload images for my product using AdminAPI and GraphQL

Im doing the following steps:

1- using mutation stagedUploadsCreate to upload local file

2- making a Postman request with target Params received from step 1

3 - using mutation fileCreate

4 - assigning create media file to my product

however, in step 3 i get the following response: (200, {‘errors’: [{‘message’: ‘Internal error. Looks like something went wrong on our end.\nRequest ID: 571edd65-ed04-42b0-89d8-beca929c5cf1-1712761XXX (include this in support requests).’, ‘extensions’: {‘code’: ‘INTERNAL_SERVER_ERROR’, ‘requestId’: ‘571edd65-ed04-42b0-89d8-beca929c5cf1-1712761XXX’}}]})

How to solve it?