A quick internet search (roland fantom 7 bank select midi) and 2nd search result is this - https://forums.musicplayer.com/topic/187844-fantom-060708-tone-database-with-bank-select-numbers/
Looks like someone has done a LOT of legwork to save all Roland Fantom-06/07/08 owners some time! (Direct page link - https://www.netweters.nl/roland/fantom-0-series.php)
If I'm understanding it correctly, for the Bank Select value, you need to calculate (MSB*128 + LSB), and they have built a webpage that has done this all for you for all the Fantom presets (and expansion presets!).
So, back to ST, if I was to pick the 101 Bass
patch in Bank PR-B
:

Then the ST command (assuming the keyboard is listening on MIDI Ch 16) should be
[midi: CC0.11200@16,PC107@16]
If that doesn't work, then as per the example in the ST Doc link that @peter provided above, try sending the individual MSB, LSB, and PC:
So, same patch as example:
[midi: CC0.87@16,CC32.64@16,PC107@16]
It's common for Roland to require the MSB (CC0) and LSB (CC32) to be sent before a PC. I work with a Roland SPD-SX PRO and it behaves the same.
And in case you wanted to understand those MSB/LSB CC's (i.e. 0 and 32), they are referenced in the MIDI Implementation Guide (https://static.roland.com/assets/media/pdf/FANTOM-06_07_08_MIDI_Imple_eng01_W.pdf):

Not super intuitive. Took me some trial and error to understand it and make it bulletproof when I'm sending commands from ST!