IBM M22 - CRS Conversion - Coordinate Reference System not Loaded

Hello,

I was trying to complete the task FoR CRS Conversion for Manifest ingestion but I was not able to complete. In one of the first steps were I need to check if the Coordinate Reference System is loaded into OSDU I got an empty return.

02 - Search Coordinate Reference System (CRS) Record

Body Curl Version

curl --location 'https://cpd-osdu.apps.osdu-preship.ibmodi.com/osdu-search/api/search/v2/query' \
--header 'Content-Type: application/json' \
--header 'data-partition-id: opendes' \
--header 'Authorization: Bearer <Token>' \
--header 'Cookie: 5e7c4a992d2558462d1c9fcde6f1cee7=c87320314b80622dec9caac6b93398c9' \
--data '{
	"kind": "osdu:wks:reference-data--CoordinateReferenceSystem:1.0.0",
    "query" : "id:\"opendes:reference-data--CoordinateReferenceSystem:23031024\"",
    "limit": 1000
}'

Response

{
    "results": [],
    "aggregations": [],
    "phraseSuggestions": [],
    "totalCount": 0
}

Is it the Coordinate Reference System not loaded or some wrong code?

Regards,

Juliana Fernandes