curl --request POST \
--url https://spark.test.woodcore.co/api/v2/savingsaccounts/{savingsId}/pool \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"activate": true
}
'{}curl --request POST \
--url https://spark.test.woodcore.co/api/v2/savingsaccounts/{savingsId}/pool \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"activate": true
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"10"
true
{}
The response is of type object.