Wrong contact number-M2

@IntegrationSupport
Hi Team,

I am getting the following request from the /v0.5/care-contexts/discover callback API. However, my mobile number is incorrect. My correct number is +91-9167672899.

{“patient”:{“id”:“lokesh8987@sbx”,“name”:“Lokesh Kumar”,“gender”:“M”,“yearOfBirth”:1986,“verifiedIdentifiers”:[ {“type”:“MOBILE”,“value”:"+91-67672899" },{“type”:“NDHM_HEALTH_NUMBER”,“value”:“91-3878-2457-2771”},{“type”:“HEALTH_ID”,“value”:“lokesh8987@sbx”}],“unverifiedIdentifiers”:[]},“requestId”:“f490473f-9294-4e87-a72e-83d5147d603c”,“timestamp”:“2023-10-12T12:30:37.560004862”,“transactionId”:“079b2340-350e-4a20-8460-ef939ed75f4f”}

Can you please check and correct the logic? It is blocking my ongoing development.

Regards,
Lokesh

Shouldn’t {“type”:“MOBILE”,“value”:"+91-67672899" } be {“type”:“MOBILE”,“value”:"+91-9167672899" }