GCP - R3M8 - oVDS workflow - problem in actual conversion (collection-40) (GONRG-3608)

I am using collection-40 from Platform Validation site.

https://community.opengroup.org/osdu/platform/testing/-/tree/master/Postman%20Collection

Step1 1 thru 6 went fine. I get this error at Step-7,

POST https://{{DATASET_HOST}}/getRetrievalInstructions

Body

{
    "datasetRegistryIds": [
        "{{SegyDatasetRegistryId}}"
    ]
}

Response

{
    "code": 400,
    "reason": "Malformed URL",
    "message": "Exception creating signed url"
}

Curl command

curl --location --request POST 'https://dataset-drgfbg5txq-uc.a.run.app/api/dataset/v1/getRetrievalInstructions' \
--header 'data-partition-id: odesprod' \
--header 'Authorization: Bearer ya29.a0ARrdaM8gAVViJQwUnRpdKfvKez-G706vLQ-SM_LlsJfuPkG4dzi8XRf5le4nl8z52xlm8wCRq9sHNQtNLHm4h3HuluK9yhSM2pjf0VmRfY7kCyUTOkJyZkvIHLXRB8ltTyX7ZGm9g7fdA8_grebvxsjArSwSyA' \
--header 'Content-Type: application/json' \
--data-raw '{
    "datasetRegistryIds": [
        "odesprod:dataset--File.Generic:b3ce1dfb-b2b3-4c28-a6e1-6762372dfac5"
    ]
}'

Please check and advise.

Thanks

Debasis

cc - @aliaksandr_ramanovich , @esmira.rafigayeva

Edited by Yan Sushchynski [EPAM/GC]