I encountered an issue while trying to register my HIP & HIU service using the ABDM API.
I used the following API endpoint to register my service:
curl --location --request PUT 'https://dev.abdm.gov.in/devservice/v1/bridges/services'
I am using the latest bearer token for authorization.
However, when I tried to execute the API, I received a 500 internal server error.
My ABDM Gateway Client ID is SBX_002026.
{ "timestamp": "2023-02-27T07:07:01.441+0000", "path": "/v1/bridges/services", "status": 500, "error": "Internal Server Error", "message": "JSON decoding error: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token\n at [Source: (io.netty.buffer.ByteBufInputStream); line: 1, column: 10] (through reference chain: java.util.Properties[\"error\"])", "requestId": "a967c6c6-4874" }
Could you please help me resolve this issue? I would appreciate any guidance or assistance you can provide.