It looks like there are several errors in your configuration. For example, I spotted that you’ll need to:
Remove header from your Base section. This has orange wiggly underlining to show it is incorrect. The correct configuration is called headers, and that is already present above it.
Remove qs from the Base section. You have defined this in the Communication block of your module.
Remove baseUrl from the Communication block of your module—note the orange wiggly underlining. You have defined this in the Base section.
Uncomment the url in the Communication block of your module.
Remove header from the Communication block of your module—note the orange wiggly underlining. The correct configuration is called headers, and that is already present in the Base section.
Map your Query Strings (qs) in the Communication block of your module. They should look like "tujuan": "{{parameters.tujuan}}" to capture the parameter entered in the Parameters block.
Remove "apiKey" from the Parameters block of your Action Module. This should already be configured in the Parameters block of your Connection