Hi Khalid,
The HTTP 415 Unsupported Media Type client error response code indicates that the server refuses to accept the request because the payload format is in an unsupported format.
You need to add contentType in your API header. Please add header content-Type and its value as application/json
Please see the below screen -

Thanks
Vinod