Seeking advice regarding the output / response of my api using the said application

Posting on behalf of the user:
I just want to ask some advice regarding the output / response of my api using the said application.

I have an api endpoint which is expected to return a .mp3 file (content-type:audio/mpeg, content-disposition:attachment; filename=my_filename.mp3).

On my first call, the response automatically calls the Save As dialog box with a default filename (‘GENERATED_GUID-response.mpga’).

When I tried to cancel the save prompt and execute the same request call again, the Save As prompt is not showing up unless I change the input parameters to return a different file.

Please note that the default filename from the Auto Save As prompt always changes the extension of my expected file from .mp3 to .mpga.

The expected file only shows right if I tried to save the file using the Save Response → Save to a File instead.

Closing this since the user posted here: Postman response change the file extension from .mp3 to .mpga