Have you tried putting an empty “current_key” as follows:
"api_key": [{ "current_key": "" }]
See how that goes.
EDIT:
You should replace “api_key”: [] (located in “client”) with “api_key”: [{ “current_key”: “” }]
Have you tried putting an empty “current_key” as follows:
"api_key": [{ "current_key": "" }]
See how that goes.
EDIT:
You should replace “api_key”: [] (located in “client”) with “api_key”: [{ “current_key”: “” }]