curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"registryId": "string",
"repositoryNames": [],
"nextToken": "string",
"maxResults": 0
}'
{
"repositories": [],
"nextToken": "string"
}