{
“requestId”: “$guid”,
“timestamp”: “${DateFormat(“yyyy-MM-dd’T’HH:mm:ss.SSSSSS’Z’”).format(DateTime.now().toUtc().add(Duration(seconds: 200)))}”,
“transactionId”: “$transactionId”,
“credential”: {
“demographic”: {
“name”: “$nAME”,
“gender”: “$gENDER”,
“dateOfBirth”: “$dob”,
“identifier”: [{
“type”: “MOBILE”,
“value”: “$mob”
}]
}
}
}
Response
{
“requestId”: “07842a91-14dd-4d9f-b505-036241d4a69f”,
“error”: {
“code”: 2500,
“message”: “Cannot deserialize instance of in.projecteka.consentmanager.user.model.Identifier
out of START_ARRAY token\n at [Source: (io.netty.buffer.ByteBufInputStream); line: 1, column: 254] (through reference chain: in.projecteka.consentmanager.user.model.UserAuthConfirmRequest[“credential”]->in.projecteka.consentmanager.user.model.AuthCredentialDetail[“demographic”]->in.projecteka.consentmanager.user.model.DemographicDetail[“identifier”])”
},
“timestamp”: [2024, 1, 19, 5, 48, 17, 828873000],
“resp”: {
“requestId”: “40307db7-b5d0-45bc-93bd-40e2c50972f6”
}
}
@IntegrationSupport
Please give me the Correct curl for this API